Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/app.js
10 Views
0 Comments
const copyText = document.querySelector("textarea[name=copyTxt");
const finalText = document.querySelector("textarea[name=finalT
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/index.html
20 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/style.css
12 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

body {
height: 100vh;